Evento DedNetApplicationDocumentCheckedInEvent
|
Evento chiamato prima del checkin di un elemento
Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic event EventHandler<DocStructInfoEventArgs> DocumentCheckedInEvent
Public Event DocumentCheckedInEvent As EventHandler(Of DocStructInfoEventArgs)
public:
event EventHandler<DocStructInfoEventArgs^>^ DocumentCheckedInEvent {
void add (EventHandler<DocStructInfoEventArgs^>^ value);
void remove (EventHandler<DocStructInfoEventArgs^>^ value);
}member DocumentCheckedInEvent : IEvent<EventHandler<DocStructInfoEventArgs>,
DocStructInfoEventArgs>Valore
EventHandlerDocStructInfoEventArgs
Vedi anche