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

Occurs when the system resumes from standby.

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

Syntax

Visual Basic (Declaration)
<DescriptionAttribute("Occurs when the system resumes from standby.")> _
Public Event Resume As EventHandler(Of ResumeEventArgs)
C#
[DescriptionAttribute("Occurs when the system resumes from standby.")]
public event EventHandler<ResumeEventArgs> Resume
Visual C++
[DescriptionAttribute(L"Occurs when the system resumes from standby.")]
public:
 event EventHandler<ResumeEventArgs^>^ Resume {
	void add (EventHandler<ResumeEventArgs^>^ value);
	void remove (EventHandler<ResumeEventArgs^>^ value);
}