Spread Windows Forms 12.0 Product Documentation
Elements.ElementAddNotifyEventHandler Delegate


FarPoint.Win Assembly > FarPoint.Win Namespace : Elements.ElementAddNotifyEventHandler Delegate
The sender
The event argument
Represents a defined method that handles the element add event.
Syntax
'Declaration
 
Public Delegate Sub Elements.ElementAddNotifyEventHandler( _
   ByVal sender As Object, _
   ByVal e As Elements.ElementAddNotifyEventArgs _
) 
'Usage
 
Dim instance As New Elements.ElementAddNotifyEventHandler(AddressOf HandlerMethod)
public delegate void Elements.ElementAddNotifyEventHandler( 
   object sender,
   Elements.ElementAddNotifyEventArgs e
)

Parameters

sender
The sender
e
The event argument
See Also

Reference

Elements.ElementAddNotifyEventHandler Members
FarPoint.Win Namespace