menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate DateTimeValueChangedEventHandler - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate DateTimeValueChangedEventHandler

    Delegate for DateTime value changed event handler.

    Namespace: Syncfusion.WinForms.Input.Events
    Assembly: Syncfusion.SfInput.WinForms.dll
    Syntax
    public delegate void DateTimeValueChangedEventHandler(object sender, DateTimeValueChangedEventArgs e);
    Parameters
    Type Name Description
    System.Object sender

    Represents a Windows control that allows the user to select a date and a time and to display the date and time with a specified format with different editing mode and also allows to set null value.

    DateTimeValueChangedEventArgs e

    DateTime value changed event arguments

    Constructors

    DateTimeValueChangedEventHandler(Object, IntPtr)

    Declaration
    public DateTimeValueChangedEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, DateTimeValueChangedEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, DateTimeValueChangedEventArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    DateTimeValueChangedEventArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, DateTimeValueChangedEventArgs)

    Declaration
    public virtual void Invoke(object sender, DateTimeValueChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    DateTimeValueChangedEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved