Show / Hide Table of Contents

Delegate ScrollEventHandler

Handler for scroll support

Namespace: EmptyKeys.UserInterface.Controls.Primitives
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void ScrollEventHandler(object sender, ScrollEventArgs e);
Parameters
Type Name Description
System.Object sender

The sender.

ScrollEventArgs e

The ScrollEventArgs instance containing the event data.

Back to top Generated by DocFX