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


In This Topic
    ResolveAction Event
    In This Topic
    Occurs an Action object is created.
    Syntax
    'Declaration
     
    
    Public Event ResolveAction As EventHandler(Of ResolveActionEventArgs)
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As EventHandler(Of ResolveActionEventArgs)
     
    AddHandler instance.ResolveAction, handler
    public event EventHandler<ResolveActionEventArgs> ResolveAction
    Event Data

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

    PropertyDescription
    Gets or set the action.  
    Gets the type of action.  
    Remarks
    Not all actions are handled by this event.
    See Also