WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SyncfusionSuccessEventArgs

    Show / Hide Table of Contents

    Class SyncfusionSuccessEventArgs

    Provides data for an event that indicates success or failure.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionSuccessEventArgs
    DisplayElementChangedEventArgs
    GridBanneredRangesChangedEventArgs
    GridCellsChangedEventArgs
    GridCountChangedEventArgs
    GridCoveredRangesChangedEventArgs
    GridDefaultSizeChangedEventArgs
    GridFloatingCellsChangedEventArgs
    GridMergeCellsChangedEventArgs
    GridRangeInsertedEventArgs
    GridRangeMovedEventArgs
    GridRangeRemovedEventArgs
    GridRowColHiddenEventArgs
    GridRowColIndexChangedEventArgs
    GridRowColSizeChangedEventArgs
    GridScrollPositionChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved