C# Class ComponentFactory.Krypton.Navigator.PageReorderEventArgs

Details of an event that is fired just before a page is reordered.
Inheritance: CancelEventArgs
Exibir arquivo Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
PageReorderEventArgs ( KryptonPage pageMoving, KryptonPage pageTarget, bool movingBefore ) : System

Initialize a new instance of the PageReorderEventArgs class.

Method Details

PageReorderEventArgs() public method

Initialize a new instance of the PageReorderEventArgs class.
public PageReorderEventArgs ( KryptonPage pageMoving, KryptonPage pageTarget, bool movingBefore ) : System
pageMoving KryptonPage Reference to page being moved.
pageTarget KryptonPage Reference to target paged.
movingBefore bool True if moving page is to be positioned before the target; otherwise after the target.
return System