'Declaration Public Delegate Sub Annotator.ModifyMarkEventHandler( _ ByVal sender As Object, _ ByVal e As ModifyMarkEventArgs _ )
'Usage Dim instance As New Annotator.ModifyMarkEventHandler(AddressOf HandlerMethod)
public delegate void Annotator.ModifyMarkEventHandler( object sender, ModifyMarkEventArgs e )
public: __gc __delegate void Annotator.ModifyMarkEventHandler( Object* sender, ModifyMarkEventArgs* e )
public delegate void Annotator.ModifyMarkEventHandler( Object^ sender, ModifyMarkEventArgs^ e )
Parameters
- sender
- The source of the event.
- e
- ModifyMarkEventArgs class that contains Annotator.ModifyMark event data.