Interface ICancellableEventArgs
Namespace: Telerik.Blazor.Common
Assembly: Telerik.Blazor.dll
Syntax
public interface ICancellableEventArgs
Properties
IsCancelled
Declaration
bool IsCancelled { get; set; }
Property Value
System.Boolean
|