menu

WPF

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

    Show / Hide Table of Contents

    Namespace Syncfusion.Windows.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.

    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.

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

    SyncfusionRoutedEventArgs

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

    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.

    Interfaces

    IDisposedEvent

    An interface for the Disposed event.

    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.

    Delegates

    GridCancelRoutedEventHandler
    GridRoutedEventHandler
    OperationFeedbackEventHandler

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

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