[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Occurs when the channel is changed.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
Public Event ChannelChanged As EventHandler
C#
public event EventHandler ChannelChanged
Visual C++
public:
virtual  event EventHandler^ ChannelChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}