ComponentFactory.Krypton.Navigator.KryptonPageCancelEventArgs.KryptonPageCancelEventArgs C# (CSharp) Метод

KryptonPageCancelEventArgs() публичный Метод

Initialize a new instance of the KryptonCancelPageEventArgs class.
public KryptonPageCancelEventArgs ( KryptonPage page, int index ) : System
page KryptonPage Page effected by event.
index int Index of page in the owning collection.
Результат System
        public KryptonPageCancelEventArgs(KryptonPage page, int index)
            : base(page, index)
        {
        }
KryptonPageCancelEventArgs