Class IntArg
Inheritance
System.Object
System.EventArgs
IntArg
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: editdocuments
Assembly: editdocuments.dll
Syntax
public class IntArg : EventArgs
Constructors
| Improve this Doc View SourceIntArg(Int32)
Declaration
public IntArg(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |
Properties
| Improve this Doc View SourceValue
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |