Table of Contents

Class ComboBoxValueChangedEventArgs

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class ComboBoxValueChangedEventArgs : EventArgs
Inheritance
ComboBoxValueChangedEventArgs
Inherited Members
Extension Methods

Constructors

ComboBoxValueChangedEventArgs(string, string)

public ComboBoxValueChangedEventArgs(string newValue, string oldValue)

Parameters

newValue string
oldValue string

Properties

NewValue

public string NewValue { get; }

Property Value

string

OldValue

public string OldValue { get; }

Property Value

string