Class ViewEventArgs
Args for events that relate to specific View
public class ViewEventArgs : EventArgs
- Inheritance
-
ViewEventArgs
- Inherited Members
Constructors
- ViewEventArgs(View)
Creates a new instance of the ViewEventArgs class.
Properties
- View
The view that the event is about.