Version

IsChangingActiveOwner Property (SelectedDateTimeRangeChangingEventArgs)

Returns whether the change in date/time selection was initiated by a change in the ActiveOwner.
Syntax
'Declaration
 
Public ReadOnly Property IsChangingActiveOwner As Boolean
public bool IsChangingActiveOwner {get;}
Remarks

By default, changing the value of the ActiveOwner property results in a clearing of the SelectedDateTimeRange. When the change in the SelectedDateTimeRange was triggered by this clearing, the IsChangingActiveOwner property returns true, implying that the change in selection is occurring between the respective firings of the ActiveOwnerChanging and ActiveOwnerChanged events.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also