Version

BeforeEditorButtonDropDownEventArgs Constructor(DropDownEditorButtonBase,EmbeddableEditorOwnerBase,Object,Point)

Initializes a new BeforeEditorButtonDropDownEventArgs instance
Syntax
'Declaration
 
Public Function New( _
   ByVal button As DropDownEditorButtonBase, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByVal location As Point _
)
public BeforeEditorButtonDropDownEventArgs( 
   DropDownEditorButtonBase button,
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   Point location
)

Parameters

button
Dropdown button
owner
Owner of the editor whose button event is being invoked.
ownerContext
The editor context from the editor.
location
Location where the dropdown will be displayed
Remarks

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