public sealed class ControllableItemEventArgs<TItem> : CancelEventArgs
where TItem : class
Public NotInheritable Class ControllableItemEventArgs(Of TItem As Class)
Inherits CancelEventArgs
generic<typename TItem>
where TItem : ref class
public ref class ControllableItemEventArgs sealed : public CancelEventArgs
[<SealedAttribute>]
type ControllableItemEventArgs<'TItem when 'TItem : not struct> =
class
inherit CancelEventArgs
end
ControllableItemEventArgsTItem | Создаёт экземпляр класса с указанием значений его свойств. |
Action | Действие, выполняемое с проверяемым элементом. |
Cancel | Gets or sets a value indicating whether the event should be canceled. (Унаследован от CancelEventArgs) |
Item | Проверяемый элемент коллекции. |
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) |