PropertyFilterAppliedEventArgs Constructor
Initializes a new instance of the PropertyFilterAppliedEventArgs class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
filter As PropertyFilter _
)
public PropertyFilterAppliedEventArgs(
PropertyFilter filter
)
public:
PropertyFilterAppliedEventArgs(
PropertyFilter^ filter
)
new :
filter:PropertyFilter -> PropertyFilterAppliedEventArgs
public function PropertyFilterAppliedEventArgs(
filter : PropertyFilter
)
Parameters
- filter
Type: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
The PropertyFilter that was applied.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyFilterAppliedEventArgs Class
Microsoft.Windows.Design.PropertyEditing Namespace