Table of Contents

Class AttributeEventArgs

Namespace
Shift.Common.Events
Assembly
Shift.Common.dll
public class AttributeEventArgs : EventArgs
Inheritance
AttributeEventArgs
Inherited Members
Extension Methods

Constructors

AttributeEventArgs(string, string)

public AttributeEventArgs(string name, string value)

Parameters

name string
value string

Properties

Cancel

public bool Cancel { get; set; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string