menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.UI.Xaml.Grid.Collections.ComponentModel - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Namespace Syncfusion.UI.Xaml.Grid.Collections.ComponentModel

    Classes

    Disposable

    This class provides a base class that implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern.

    DisposableWithEvent

    This class provides a base class that implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern. After the object was disposed a Disposed event is raised.

    NonFinalizeDisposable

    This is a base class for Disposable. It implements the IDisposable interface as suggested in the .NET documentation using the Disposable pattern but it does not implement a finalizer. If you need finalization you need to derive from Disposable or add a finalizer to your derived class and manually call Dispose from the Finalizer.

    SyncfusionHandledEventArgs

    Interfaces

    IDisposedEvent

    An interface for the Disposed event.

    ISupportInitialize
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved