Interface IScrollEventReceiver
Interface implemented by tools that want to receive scroll events.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Windows.dll
Syntax
public interface IScrollEventReceiver
Remarks
Methods
HorizontalScroll(ScrollEventArgs)
Called when a horizontal scroll event occurs.
Declaration
void HorizontalScroll(ScrollEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ScrollEventArgs | e | Scroll event arguments. |
VerticalScroll(ScrollEventArgs)
Called when a vertical scroll event occurs.
Declaration
void VerticalScroll(ScrollEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ScrollEventArgs | e | Scroll event arguments. |