Элементы PercentCompleteEventArgs
The PercentCompleteEventArgs object represents the arguments passed by the event raised when a process reaches a percent complete marker.
Тип PercentCompleteEventArgs предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetHashCode | (Наследуется из Object.) | |
GetType | (Наследуется из Object.) | |
MemberwiseClone | (Наследуется из Object.) | |
ToString | Returns a String that represents the ServerMessageEventArgs object. (Наследуется из ServerMessageEventArgs.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Error | Gets the error associated with the server message event. (Наследуется из ServerMessageEventArgs.) | |
Percent | Gets the percentage value amount that when used in integer multiples, and marks the point at which to report progress. |
В начало
См. также