Vcl.Touch.GestureCtrls.TCustomGestureListView.ChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeNotification(AComponent: TComponent; ASelectionChangeEvent: TGestureProviderChangeEvent);

C++

void __fastcall ChangeNotification(System::Classes::TComponent* AComponent, _di_TGestureProviderChangeEvent ASelectionChangeEvent);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

Adds a control to an internal notification list.

ChangeNotification is used by TCustomGestureListView to store a list of controls, which needs to be notified about listview changes.

See Also