WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DisposableWithDisposedProp

    Show / Hide Table of Contents

    Class DisposableWithDisposedProp

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

    Inheritance
    System.Object
    NonFinalizeDisposableWithDisposedProp
    DisposableWithDisposedProp
    TabbedGroup
    MdiSysMenuProvider
    Implements
    System.IDisposable
    Inherited Members
    NonFinalizeDisposableWithDisposedProp.m_bDisposed
    NonFinalizeDisposableWithDisposedProp.Dispose()
    NonFinalizeDisposableWithDisposedProp.Dispose(Boolean)
    NonFinalizeDisposableWithDisposedProp.IsDisposed
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.ComponentModel
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class DisposableWithDisposedProp : NonFinalizeDisposableWithDisposedProp, IDisposable
    Remarks

    If you derive from this class, you only need to override the protected Dispose method and check the disposing parameter.

    Constructors

    DisposableWithDisposedProp()

    Declaration
    public DisposableWithDisposedProp()

    Methods

    Finalize()

    System.Object.Finalize.

    In C# and C++, finalizers are expressed using destructor syntax.

    Declaration
    protected void Finalize()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved