alexa

    Show / Hide Table of Contents

    Class SetNullEventArgs

    Provides data about a SetNull and events of a CurrencyTextBox, DoubleTextBox, IntegerTextBox, or PercentTextBox.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    SetNullEventArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class SetNullEventArgs : SyncfusionCancelEventArgs

    Constructors

    SetNullEventArgs(Object)

    Initializes a new SetNullEventArgs with event data.

    Declaration
    public SetNullEventArgs(object nullValue)
    Parameters
    Type Name Description
    System.Object nullValue

    The NULL value.

    Properties

    NullValue

    Returns the NULL value.

    Declaration
    [TraceProperty(true)]
    public object NullValue { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX