PropertyFilterAppliedEventArgs(PropertyFilter) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the PropertyFilterAppliedEventArgs class with the specified filter applied.
public:
PropertyFilterAppliedEventArgs(System::Activities::Presentation::PropertyEditing::PropertyFilter ^ filter);
public PropertyFilterAppliedEventArgs(System.Activities.Presentation.PropertyEditing.PropertyFilter filter);
new System.Activities.Presentation.PropertyEditing.PropertyFilterAppliedEventArgs : System.Activities.Presentation.PropertyEditing.PropertyFilter -> System.Activities.Presentation.PropertyEditing.PropertyFilterAppliedEventArgs
Public Sub New (filter As PropertyFilter)
Parameters
- filter
- PropertyFilter
The PropertyFilter that is applied.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.