menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Namespace Syncfusion.ComponentModel - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Namespace Syncfusion.ComponentModel

    Classes

    AmbientHelper
    ByteStreamTypeConverter

    Special type converter that can convert the associated type to a byte array and vice-versa when requested by the design-time, for example.

    ControlEventsHelper
    Disposable

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

    DisposableWithDisposedProp

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

    DisposeHelper
    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.

    NonFinalizeDisposableWithDisposedProp

    This is a base class for DisposableWithDisposedProp. 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.

    NullableHelper

    A framework independent utility class for the new Nullable type in .NET Framework 2.0

    OperationFeedback

    Use this class when you want to provide feedback during time-consuming operations or if you want the user to be able to abort an operation.

    OperationFeedbackEventArgs

    Holds status information about an ongoing operation.

    OperationFeedbackListener

    This class listens to a list of IOperationFeedbackProvider and fires a Progress event if the operation takes longer than a specified Delay.

    SyncfusionCancelEventArgs

    Provides data for a cancellable event.

    SyncfusionCommand

    An abstract class that encapsulates a command to be executed at a later point in time.

    SyncfusionEventArgs

    This is a base class for events of the Syncfusion libraries. It supports writing properties in its ToString() method.

    SyncfusionHandledEventArgs

    Provides data for a event that can be handled by a subscriber and overrides the event's default behavior.

    SyncfusionPropertyChangedEventArgs

    Provides data for the SyncfusionPropertyChangedEventHandler delegate.

    SyncfusionSuccessEventArgs

    Provides data for an event that indicates success or failure.

    TraceProperties

    Helper class for creating a string concatenating the string representation of all properties in an object.

    TracePropertyAttribute

    Specifies whether a property should be shown in the ToString result.

    TypeDescriptorContext

    Provides a basic implementation for the ITypeDescriptorContext interface and can be used together with WindowsFormsEditorService to launch an Editor directly outside a property grid.

    WindowsFormsEditorServiceContainer

    Provides a basic implementation for the IWindowsFormsEditorService and IServiceProvider interfaces and can be used together with TypeDescriptorContext to launch an Editor directly outside a property grid.

    Interfaces

    IChangeNotifyingItem

    A class implements this interface to let it be known that it provides a PropertyChanged event.

    IDesignable

    Used internally to expose the DesignMode property of certain component-derived classes.

    IItemPropertiesSource

    Provides support for the GetItemProperties() method that returns a System.ComponentModel.PropertyDescriptorCollection.

    IOperationFeedbackProvider

    The class that implements the component where operations are operated on should implement this interface.

    Enums

    OperationMilestone

    Indicates the current state of the operation.

    PropertyChangeEffect

    Specifies the expected effect of the change in property of an object / Control.

    Delegates

    OperationFeedbackEventHandler

    Represents the method that will handle the OperationFeedbackEvent event of certain classes.

    SyncfusionPropertyChangedEventHandler

    Represents the method that will handle the PropertyChanged event of certain classes.

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