RibbonView.PropertyChanging

Syntax

PropertyChanging: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The PropertyChanging event occurs on clicking tool ribbon buttons.

Example

The event use is identical as the use of the RibbonView.PropertyChanged event.

See also:

RibbonView