C# Класс AnimatGuiCtrls.Controls.PropertySpecEventArgs

Provides data for the GetValue and SetValue events of the PropertyBag class.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PropertySpecEventArgs ( PropertySpec property, object val ) : System

Initializes a new instance of the PropertySpecEventArgs class.

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

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

Initializes a new instance of the PropertySpecEventArgs class.
public PropertySpecEventArgs ( PropertySpec property, object val ) : System
property PropertySpec The PropertySpec that represents the property whose /// value is being requested or set.
val object The current value of the property.
Результат System