menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentTabControl.DocumentClosedEventHandler - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentTabControl.DocumentClosedEventHandler

    Represents an Event handler for handling TabClosed event.

    Inheritance
    System.Object
    DocumentTabControl.DocumentClosedEventHandler
    Namespace: Syncfusion.UI.Xaml.Controls.Layout
    Assembly: Syncfusion.SfDockingManager.UWP.dll
    Syntax
    public sealed class DocumentClosedEventHandler : MulticastDelegate

    Constructors

    DocumentClosedEventHandler(Object, IntPtr)

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

    Methods

    BeginInvoke(Object, DocumentCloseEventArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object Sender, DocumentCloseEventArgs args, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object Sender
    DocumentCloseEventArgs args
    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, DocumentCloseEventArgs)

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved