Class SyncfusionSuccessEventArgs
Provides data for an event that indicates success or failure.
Inherited Members
Namespace: Syncfusion.Windows.ComponentModel
Assembly: Syncfusion.GridCommon.WPF.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 |