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

Occures when an application command has been issued.

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

Syntax

Visual Basic (Declaration)
Public Event ApplicationCommandIssued As EventHandler(Of ApplicationCommandEventArgs)
C#
public event EventHandler<ApplicationCommandEventArgs> ApplicationCommandIssued
Visual C++
public:
 event EventHandler<ApplicationCommandEventArgs^>^ ApplicationCommandIssued {
	void add (EventHandler<ApplicationCommandEventArgs^>^ value);
	void remove (EventHandler<ApplicationCommandEventArgs^>^ value);
}