Version

BeforeCheckStateChangedEventArgs Constructor(StateEditorButton,CheckState,EmbeddableEditorOwnerBase,Object)

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

Parameters

button
Button associated with the event
newCheckState
Potential new state of the button.
owner
Owner of the editor whose button event is being invoked.
ownerContext
The editor context from the editor.
Remarks

This constructor is used to provide the owner and owner context so that the EditorButtonEventArgs.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