API:Vcl.Touch.GestureCtrls.TGestureListView.OnChanging

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChanging: TLVChangingEvent read FOnChanging write FOnChanging;

C++

__property OnChanging;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Occurs when an item in the list is about to change.

Vcl.Touch.GestureCtrls.TGestureListView.OnChanging inherits from Vcl.ComCtrls.TCustomListView.OnChanging. All content below this line refers to Vcl.ComCtrls.TCustomListView.OnChanging.

Occurs when an item in the list is about to change.

Write an OnChanging event handler to conditionally block changes to an item in the list.

OnChanging is an event handler of type TLVChangingEvent.

See Also