Evento DedDocControlNotifyDocStatusChanged
|
Evento lanciato sul cambio stato del documento
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 27.1.0
Sintassi public event EventHandler<DedDocControlNotifyDocStatusChangedEventArgs> NotifyDocStatusChanged
Public Event NotifyDocStatusChanged As EventHandler(Of DedDocControlNotifyDocStatusChangedEventArgs)
public:
event EventHandler<DedDocControlNotifyDocStatusChangedEventArgs^>^ NotifyDocStatusChanged {
void add (EventHandler<DedDocControlNotifyDocStatusChangedEventArgs^>^ value);
void remove (EventHandler<DedDocControlNotifyDocStatusChangedEventArgs^>^ value);
}
member NotifyDocStatusChanged : IEvent<EventHandler<DedDocControlNotifyDocStatusChangedEventArgs>,
DedDocControlNotifyDocStatusChangedEventArgs>
Valore
EventHandlerDedDocControlNotifyDocStatusChangedEventArgsVedi anche