GridSpecialEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void GridSpecialEventHandler(System::Object ^ sender, GridSpecialEventArgs ^ sea);
public delegate void GridSpecialEventHandler(object sender, GridSpecialEventArgs sea);
type GridSpecialEventHandler = delegate of obj * GridSpecialEventArgs -> unit
Public Delegate Sub GridSpecialEventHandler(sender As Object, sea As GridSpecialEventArgs)
Parameters
- sender
- Object