Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ResolveCustomControl Event


ResolveCustomControl Event
Occurs a customizable control is created.
Syntax
'Declaration
 
Public Event ResolveCustomControl As EventHandler(Of ResolveCustomControlEventArgs)
 
'Usage
 
Dim instance As FpSpread
Dim handler As EventHandler(Of ResolveCustomControlEventArgs)
 
AddHandler instance.ResolveCustomControl, handler
Event Data

The event handler receives an argument of type ResolveCustomControlEventArgs containing data related to this event. The following ResolveCustomControlEventArgs properties provide information specific to this event.

PropertyDescription
Gets the associated command of the control.  
Gets or sets the custom control.  
Gets the FpSpread control.  
Gets the associated data of the event.  
The type of custom control.  
See Also