PropertyFilterAppliedEventArgs Class

Provides data for the FilterApplied event.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public Class PropertyFilterAppliedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As PropertyFilterAppliedEventArgs
public class PropertyFilterAppliedEventArgs : EventArgs
public ref class PropertyFilterAppliedEventArgs : public EventArgs
public class PropertyFilterAppliedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.PropertyEditing.PropertyFilterAppliedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyFilterAppliedEventArgs Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture