Event DSGraphProperty.TDSFilterItem.OnAdded
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TDSFilterItem
Contents |
Syntax
Delphi:
property OnAdded : TNotifyEvent read FOnAdded write FOnAdded;
C++ Builder:
__property TNotifyEvent OnAdded = { read=FOnAdded, write=FOnAdded };
Summary
Fires when the filter is added to the graph.
Description
Implement event handler for this event to get notification
when the filter is added to the graph.