Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / DocumentActionEventArgs Class / ActionHandler Property

In This Topic
    ActionHandler Property (DocumentActionEventArgs)
    In This Topic
    Gets the C1.C1Preview.ActionHandlerBase object associated with the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActionHandler As ActionHandlerBase
    public ActionHandlerBase ActionHandler {get;}
    See Also