WhiteSpaceClicked Event

Namespace:  Microsoft.Data.Relational.Design.Table
Assembly:  Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)

Syntax

'Declaration
Public Event WhiteSpaceClicked As EventHandler(Of EventArgs)
'Usage
Dim instance As ContextViewCtrl
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.WhiteSpaceClicked, handler
public event EventHandler<EventArgs> WhiteSpaceClicked
public:
 event EventHandler<EventArgs^>^ WhiteSpaceClicked {
    void add (EventHandler<EventArgs^>^ value);
    void remove (EventHandler<EventArgs^>^ value);
}
member WhiteSpaceClicked : IEvent<EventHandler<EventArgs>,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

ContextViewCtrl Class

Microsoft.Data.Relational.Design.Table Namespace