C# Class ComponentFactory.Quicksilver.Layout.UIElementsEventArgs

Contains an array of UIElement instances associated with an event.
Inheritance: System.EventArgs
ファイルを表示 Open project: ComponentFactory/Quicksilver Class Usage Examples

Public Methods

Method Description
UIElementsEventArgs ( UIElement element ) : System

Initialize a new instance of the UIElementsEventArgs class.

Method Details

UIElementsEventArgs() public method

Initialize a new instance of the UIElementsEventArgs class.
public UIElementsEventArgs ( UIElement element ) : System
element UIElement Single element.
return System