Evento DedNetApplicationDocStructInfoCreatedEvent |
Namespace: DedNet
public event EventHandler<ResolveDocStructInfoEventArgs> DocStructInfoCreatedEvent
Public Event DocStructInfoCreatedEvent As EventHandler(Of ResolveDocStructInfoEventArgs)
public: event EventHandler<ResolveDocStructInfoEventArgs^>^ DocStructInfoCreatedEvent { void add (EventHandler<ResolveDocStructInfoEventArgs^>^ value); void remove (EventHandler<ResolveDocStructInfoEventArgs^>^ value); }
member DocStructInfoCreatedEvent : IEvent<EventHandler<ResolveDocStructInfoEventArgs>, ResolveDocStructInfoEventArgs>