ImageGear .NET - Updated
NotifyPageDown Property




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearPageView Class : NotifyPageDown Property
Gets or sets a reference to a DelegatePageCalculate delegate.
Syntax
'Declaration
 
Public Property NotifyPageDown As ImGearPageView.DelegatePageCalculate
'Usage
 
Dim instance As ImGearPageView
Dim value As ImGearPageView.DelegatePageCalculate
 
instance.NotifyPageDown = value
 
value = instance.NotifyPageDown
public ImGearPageView.DelegatePageCalculate NotifyPageDown {get; set;}
public: __property ImGearPageView.DelegatePageCalculate* get_NotifyPageDown();
public: __property void set_NotifyPageDown( 
   ImGearPageView.DelegatePageCalculate* value
);
public:
property ImGearPageView.DelegatePageCalculate^ NotifyPageDown {
   ImGearPageView.DelegatePageCalculate^ get();
   void set (    ImGearPageView.DelegatePageCalculate^ value);
}

Property Value

ImGearPageView.DelegatePageCalculate delegate.
Remarks
If registered it is called when the Page Down key is pressed and will be used to calculate the amount of scrolling desired. If none is registered the ImGearPageView class control does not handle the Page Down.
See Also

Reference

ImGearPageView Class
ImGearPageView Members
ImGearPageView.DelegatePageCalculate Delegate