C# Класс ZForge.Controls.ExplorerBar.ExpandoEventArgs

Provides data for the StateChanged, ExpandoAdded and ExpandoRemoved events
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExpandoEventArgs ( ) : System

Initializes a new instance of the ExpandoEventArgs class with default settings

ExpandoEventArgs ( Expando expando ) : System

Initializes a new instance of the ExpandoEventArgs class with specific Expando

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

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

Initializes a new instance of the ExpandoEventArgs class with default settings
public ExpandoEventArgs ( ) : System
Результат System

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

Initializes a new instance of the ExpandoEventArgs class with specific Expando
public ExpandoEventArgs ( Expando expando ) : System
expando Expando The Expando that generated the event
Результат System