Construtor PropertyFilterAppliedEventArgs
Initializes a new instance of the PropertyFilterAppliedEventArgs class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Sub New ( _
filter As PropertyFilter _
)
public PropertyFilterAppliedEventArgs(
PropertyFilter filter
)
public:
PropertyFilterAppliedEventArgs(
PropertyFilter^ filter
)
new :
filter:PropertyFilter -> PropertyFilterAppliedEventArgs
public function PropertyFilterAppliedEventArgs(
filter : PropertyFilter
)
Parâmetros
- filter
Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyFilter
O PropertyFilter que foi aplicada.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
PropertyFilterAppliedEventArgs Classe
Namespace Microsoft.Windows.Design.PropertyEditing