AddFilterRulePickerItem Class
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.
The AddFilterRulePicker class is responsible for holding state information needed by the AddFilterRulePicker class.
public ref class AddFilterRulePickerItem : System::ComponentModel::INotifyPropertyChanged
public class AddFilterRulePickerItem : System.ComponentModel.INotifyPropertyChanged
type AddFilterRulePickerItem = class
interface INotifyPropertyChanged
Public Class AddFilterRulePickerItem
Implements INotifyPropertyChanged
- Inheritance
-
AddFilterRulePickerItem
- Implements
Constructors
AddFilterRulePickerItem(FilterRulePanelItem) |
Initializes a new instance of the FilterRulePanelItem class. |
Properties
FilterRule |
Gets the FilterRulePanelItem that will be added to the FilterRulePanel. |
IsChecked |
Gets or sets a value indicating whether this item should be added to the FilterRulePanel. |
Methods
NotifyPropertyChanged(String) |
Notifies listeners that a property has changed. |
Events
PropertyChanged |
Notifies listeners that a property has changed. |