public sealed class TileUIContext : ITileUIContextPublic NotInheritable Class TileUIContext
Implements ITileUIContextpublic ref class TileUIContext sealed : ITileUIContext[<SealedAttribute>]
type TileUIContext =
class
interface ITileUIContext
end| TileUIContext | Создаёт экземпляр класса с указанием родительского контекста и начального значения обработчика CommandExecuting. |
| CanExecuteCommand(TileCommandEventArgs, Boolean) | Выполняет обработчик события [Tessa.UI.Tiles.ITileUIContext.CommandExecuting] и возвращает признак того, что выполнение команды было разрешено. |
| CanExecuteCommand(ITile, TileCommandEventType, Boolean) | Выполняет обработчик события [Tessa.UI.Tiles.ITileUIContext.CommandExecuting] и возвращает признак того, что выполнение команды было разрешено. |
| 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) |
| ResetCommandExecuting | Удаляет все обработчики для события [Tessa.UI.Tiles.ITileUIContext.CommandExecuting]. Следует использовать с осторожностью, т.к. это может нарушить системную функциональность, связанную с запретом выполнения команд для плиток. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| CommandExecuting | Событие, которое выполняется перед запуском команды, связанной с плиткой, и позволяет отменить выполнение такой команды. |