Version

InitializeCheckStateEventArgs Constructor(StateEditorButton,EmbeddableEditorOwnerBase,Object,CheckState)

Syntax
'Declaration
 
Public Function New( _
   ByVal button As StateEditorButton, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByVal defaultState As CheckState _
)
public InitializeCheckStateEventArgs( 
   StateEditorButton button,
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   CheckState defaultState
)

Parameters

button
Button associated with the event
owner
Owner of the editor whose button event is being invoked.
ownerContext
The editor context from the editor.
defaultState
Default state for the checkbox
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