Table of Contents

Class IntValueArgs

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

Constructors

IntValueArgs(int)

public IntValueArgs(int value)

Parameters

value int

Properties

Value

public int Value { get; }

Property Value

int