PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / InputAction Class / ActionHandler Property

In This Topic
    ActionHandler Property (InputAction)
    In This Topic
    Gets or sets the action handler associated with the current object.
    Syntax
    'Declaration
     
    Public Property ActionHandler As ActionHandlerBase
    public ActionHandlerBase ActionHandler {get; set;}
    See Also