Class AttributeEventArgs
public class AttributeEventArgs : EventArgs
- Inheritance
-
AttributeEventArgs
- Inherited Members
- Extension Methods
Constructors
AttributeEventArgs(string, string)
public AttributeEventArgs(string name, string value)
Parameters
Properties
Cancel
public bool Cancel { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Value
public string Value { get; set; }