Vcl.Touch.GestureCtrls.IGestureProvider.ChangeNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Adds a control to an internal notification list.

ChangeNotification is used to store a list of controls, which needs to be notified about gesturing-related changes. Do not call ChangeNotification directly; it is strictly reserved for the VCL framework.

See Also