Search Results for

    Show / Hide Table of Contents

    Delegate NumericUpDownChangedRoutedEventHandler

    Namespace: Sdl.Desktop.Platform.Controls.Controls
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public delegate void NumericUpDownChangedRoutedEventHandler(object sender, NumericUpDownChangedRoutedEventArgs args)
    Parameters
    Type Name Description
    object sender
    NumericUpDownChangedRoutedEventArgs args

    Constructors

    NumericUpDownChangedRoutedEventHandler(object, IntPtr)

    Declaration
    public NumericUpDownChangedRoutedEventHandler(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, NumericUpDownChangedRoutedEventArgs args, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    object sender
    NumericUpDownChangedRoutedEventArgs args
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(object, NumericUpDownChangedRoutedEventArgs)

    Declaration
    public virtual void Invoke(object sender, NumericUpDownChangedRoutedEventArgs args)
    Parameters
    Type Name Description
    object sender
    NumericUpDownChangedRoutedEventArgs args

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • NumericUpDownChangedRoutedEventHandler(object, IntPtr)
    • Methods
      • BeginInvoke(object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, object)
      • EndInvoke(IAsyncResult)
      • Invoke(object, NumericUpDownChangedRoutedEventArgs)
    • Extension Methods
    Back to top Generated by DocFX