Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ResolveCustomControl Event


In This Topic
    ResolveCustomControl Event
    In This Topic
    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
    public event EventHandler<ResolveCustomControlEventArgs> ResolveCustomControl
    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