FocusedWithin Event
Namespace: Microsoft.Data.Relational.Design.Table
Assembly: Microsoft.Data.Tools.Relational.Design (in Microsoft.Data.Tools.Relational.Design.dll)
Syntax
'Declaration
Public Event FocusedWithin As EventHandler(Of EventArgs)
'Usage
Dim instance As GridView
Dim handler As EventHandler(Of EventArgs)
AddHandler instance.FocusedWithin, handler
public event EventHandler<EventArgs> FocusedWithin
public:
event EventHandler<EventArgs^>^ FocusedWithin {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
member FocusedWithin : IEvent<EventHandler<EventArgs>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.