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
    System.Object sender
    NumericUpDownChangedRoutedEventArgs args

    Constructors

    NumericUpDownChangedRoutedEventHandler(Object, IntPtr)

    Declaration
    public NumericUpDownChangedRoutedEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.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
    System.Object sender
    NumericUpDownChangedRoutedEventArgs args
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

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

    Invoke(Object, NumericUpDownChangedRoutedEventArgs)

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • NumericUpDownChangedRoutedEventHandler(Object, IntPtr)
    • Methods
      • BeginInvoke(Object, NumericUpDownChangedRoutedEventArgs, AsyncCallback, Object)
      • EndInvoke(IAsyncResult)
      • Invoke(Object, NumericUpDownChangedRoutedEventArgs)
    • Extension Methods
    Back to top Generated by DocFX