Spread for ASP.NET 12 Product Documentation
CreateButtonEventHandler Delegate


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : CreateButtonEventHandler Delegate
Object that raised the event
CreateButtonEventArgs object that contains event data
Represents a defined method that handles the CreateButton event in the Spread component.
Syntax
'Declaration
 
Public Delegate Sub CreateButtonEventHandler( _
   ByVal sender As Object, _
   ByVal e As CreateButtonEventArgs _
) 
'Usage
 
Dim instance As New CreateButtonEventHandler(AddressOf HandlerMethod)
public delegate void CreateButtonEventHandler( 
   object sender,
   CreateButtonEventArgs e
)

Parameters

sender
Object that raised the event
e
CreateButtonEventArgs object that contains event data
See Also

Reference

CreateButtonEventHandler Members
FarPoint.Web.Spread Namespace