IPluginHost.OnWindowBufferScrolled Event

AdiIRC API v2

IPluginHostOnWindowBufferScrolled Event

Delegate gets called when a window buffer is scrolled

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
event WindowBufferScrolled OnWindowBufferScrolled
Event OnWindowBufferScrolled As WindowBufferScrolled
 event WindowBufferScrolled^ OnWindowBufferScrolled {
	void add (WindowBufferScrolled^ value);
	void remove (WindowBufferScrolled^ value);
}
abstract OnWindowBufferScrolled : IEvent<WindowBufferScrolled,
    EventArgs>

Value

Type: AdiIRCAPIv2.DelegatesWindowBufferScrolled
See Also