Skip to main content

Class ValueChangedEventArgs

Text display ValueChangedEventArgs

Assembly: TextDisplayMenu.dll
View Source
public class ValueChangedEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

ItemID

The item ID

View Source
public string ItemID { get; }

Value

The item value

View Source
public object Value { get; }