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