public sealed class ApplicationExecutingCommandEventArgs : EventArgsPublic NotInheritable Class ApplicationExecutingCommandEventArgs
Inherits EventArgspublic ref class ApplicationExecutingCommandEventArgs sealed : public EventArgs[<SealedAttribute>]
type ApplicationExecutingCommandEventArgs =
class
inherit EventArgs
end| ApplicationExecutingCommandEventArgs | Создаёт экземпляр класса с указанием значений его свойств. |
| Command | Команда, которую требуется выполнить. |
| Context | Контекст, связанный с запуском или завершением приложения. |
| Handled | Признак того, что команда была обработана. По умолчанию false. Если команда не обработана ни одним обработчиком события, то для неё отображается предупреждение. |
| Name | Имя команды в командной строке. |
| Parameter | Параметр команды в командной строке. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| IsPropertyChanged |
Проверяет наступление события изменения свойства propertyName (Определяется PropertyChangedHelper) |