alexa

    Show / Hide Table of Contents

    Class MoreColorCancelEventArgs

    Provides data for the MoreColor window events, with support for cancellation.

    Inheritance
    System.Object
    MoreColorCancelEventArgs
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class MoreColorCancelEventArgs : CancelEventArgs

    Constructors

    MoreColorCancelEventArgs()

    Initializes a new instance of the MoreColorCancelEventArgs class.

    Declaration
    public MoreColorCancelEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the event should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    Source

    Gets or sets the source of the event.

    Declaration
    public object Source { get; set; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX