Class TextArg
Inheritance
System.Object
System.EventArgs
TextArg
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 TextArg : EventArgs
Constructors
| Improve this Doc View SourceTextArg(String)
Declaration
public TextArg(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Properties
| Improve this Doc View SourceText
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |