Spread for ASP.NET 12 Product Documentation
SpreadCommandEventHandler Delegate


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

Parameters

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

Reference

SpreadCommandEventHandler Members
FarPoint.Web.Spread Namespace