PercentCompleteEventArgs Members
Include Protected Members
Include Inherited Members
The PercentCompleteEventArgs object represents the arguments passed by the event raised when a process reaches a percent complete marker.
The PercentCompleteEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Returns a String that represents the ServerMessageEventArgs object. (Inherited from ServerMessageEventArgs.) |
Top
Properties
Name | Description | |
---|---|---|
Error | Gets the error associated with the server message event. (Inherited from ServerMessageEventArgs.) | |
Percent | Gets the percentage value amount that when used in integer multiples, and marks the point at which to report progress. |
Top