C# Class Rsdn.Janus.CheckAttributeEventArgs

Аргументы собития CheckAttribute.
Inheritance: System.EventArgs
Datei anzeigen Open project: rsdn/janus Class Usage Examples

Public Methods

Method Description
CheckAttributeEventArgs ( PropertyDescriptor propertyDescriptor, Attribute attribute ) : System

Инициализирует экземпляр атрибутом.

Method Details

CheckAttributeEventArgs() public method

Инициализирует экземпляр атрибутом.
public CheckAttributeEventArgs ( PropertyDescriptor propertyDescriptor, Attribute attribute ) : System
propertyDescriptor System.ComponentModel.PropertyDescriptor
attribute System.Attribute
return System