Class SyncfusionSuccessEventArgs
Provides data for an event that indicates success or failure.
Inheritance
System.Object
System.EventArgs
SyncfusionSuccessEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class SyncfusionSuccessEventArgs : SyncfusionEventArgs
Constructors
SyncfusionSuccessEventArgs()
Overloaded. Initializes a new instance of the SyncfusionSuccessEventArgs class with the Success property set to True.
Declaration
public SyncfusionSuccessEventArgs()
SyncfusionSuccessEventArgs(Boolean)
Initializes a new instance of the SyncfusionSuccessEventArgs class with the Success property set to the given value.
Declaration
public SyncfusionSuccessEventArgs(bool success)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | success | Indicates whether an operation was successful. |
Properties
Success
Indicates whether an operation was successful.
Declaration
[TraceProperty(true)]
public bool Success { get; }
Property Value
Type |
---|
System.Boolean |