C# Класс ComponentFactory.Quicksilver.Layout.UIElementsEventArgs

Contains an array of UIElement instances associated with an event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UIElementsEventArgs ( UIElement element ) : System

Initialize a new instance of the UIElementsEventArgs class.

Описание методов

UIElementsEventArgs() публичный Метод

Initialize a new instance of the UIElementsEventArgs class.
public UIElementsEventArgs ( UIElement element ) : System
element UIElement Single element.
Результат System