ThumbnailEx.ScrollEventHandler Delegate
In This Topic
Occurs when the control is scrolled.
Syntax
'Declaration
<GuidAttribute("DA4CC89C-AA74-399C-8F96-72D85826E7D5")>
Public Delegate Sub ThumbnailEx.ScrollEventHandler( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
[Guid("DA4CC89C-AA74-399C-8F96-72D85826E7D5")]
public delegate void ThumbnailEx.ScrollEventHandler(
int ,
int ,
int ,
int ,
int
)
public delegate ThumbnailEx.ScrollEventHandler(
: Integer;
: Integer;
: Integer;
: Integer;
: Integer
);
GuidAttribute("DA4CC89C-AA74-399C-8F96-72D85826E7D5")
public delegate ThumbnailEx.ScrollEventHandler(
: int,
: int,
: int,
: int,
: int
)
[Guid("DA4CC89C-AA74-399C-8F96-72D85826E7D5")]
public: __gc __delegate void ThumbnailEx.ScrollEventHandler(
int ,
int ,
int ,
int ,
int
)
[Guid("DA4CC89C-AA74-399C-8F96-72D85826E7D5")]
public delegate void ThumbnailEx.ScrollEventHandler(
int ,
int ,
int ,
int ,
int
)
Parameters
- Min
- Specifies the minimum scrolling position.
- Max
- Specifies the maximum scrolling position.
- Page
- Specifies the page size, in device units. A scroll bar uses this value to determine the appropriate size of the proportional scroll box.
- Pos
- Specifies the position of the scroll box.
- TrackPos
- Specifies the immediate position of a scroll box that the user is dragging.
See Also