|
_IMVFilterPropertyControlEvents
The _IMVFilterPropertyControlEvents
Interface is the event interface from the MV Filter Property
Control .
Methods:
Typelib: MV
FilterPropertyControl
Method
_IMVFilterPropertyControlEvents::OnStatusDirty
Declaration: Sub
OnStatusDirty
Called when a value from the property
pages is changed.
Prototype:
HRESULT OnStatusDirty();
Method
_IMVFilterPropertyControlEvents::OnStatusValidate
Declaration: Sub
OnStatusValidate
Called when property page data needs to be
applied.
Prototype:
HRESULT OnStatusValidate();
|