WinForms

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

    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 Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved