Class IntEventArgs
Event args for an integer value.
Inherited Members
Namespace: Evergine.Common.Helpers
Assembly: Evergine.Common.dll
Syntax
public sealed class IntEventArgs : EventArgs
  Constructors
IntEventArgs(int)
Initializes a new instance of the IntEventArgs class.
Declaration
public IntEventArgs(int value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | value | The value.  | 
      
Properties
Value
Gets the value.
Declaration
public int Value { get; }
  Property Value
| Type | Description | 
|---|---|
| int |