[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.SpinButtonClickEventHandler

SpinButtonClickEventHandler Delegate

Represents the method that handles the SpinButtonClick event.

Namespace: C1.Win.C1InputPanel
Assembly: C1.Win.C1InputPanel.4.8.dll
Syntax
public delegate void SpinButtonClickEventHandler(object sender, SpinButtonClickEventArgs e)
Parameters
Type Name Description
object sender

The source of the event.

SpinButtonClickEventArgs e

A SpinButtonClickEventArgs object that contains the event data.

Constructors

Name Description
SpinButtonClickEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, SpinButtonClickEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, SpinButtonClickEventArgs)