Version

SpinButtonClickEventArgs Constructor(SpinEditorButton,EmbeddableEditorOwnerBase,Object,SpinButtonItem)

Initializes a new SpinButtonClickEventArgs
Syntax
'Declaration
 
Public Function New( _
   ByVal button As SpinEditorButton, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByVal buttonType As SpinButtonItem _
)
public SpinButtonClickEventArgs( 
   SpinEditorButton button,
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   SpinButtonItem buttonType
)

Parameters

button
Spin button associated with the event
owner
Owner of the editor whose button event is being invoked.
ownerContext
The editor context from the editor.
buttonType
Type of spin button clicked
Remarks

This constructor is used to provide the owner and owner context so that the Context can be obtained only when it is requested. This is for efficiency in case the context is lazily created by the owner.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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