Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinCalculator Class / ButtonClicked Event


In This Topic
    ButtonClicked Event
    In This Topic
    Raised when a button is clicked.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Raised when a button is clicked.")>
    <CategoryAttribute("Action")>
    Public Event ButtonClicked As CalculatorFunctionEventHandler
    'Usage
     
    Dim instance As WinCalculator
    Dim handler As CalculatorFunctionEventHandler
     
    AddHandler instance.ButtonClicked, handler
    [Description("Raised when a button is clicked.")]
    [Category("Action")]
    public event CalculatorFunctionEventHandler ButtonClicked
    Event Data

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

    PropertyDescription
    Gets the calculator function that was executed.  
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also