Events.FindEvents Property

Gets the FindEvents for the Find operation.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property FindEvents As FindEvents
FindEvents FindEvents { get; }
property FindEvents^ FindEvents {
    FindEvents^ get ();
}
abstract FindEvents : FindEvents
function get FindEvents () : FindEvents

Property Value

Type: EnvDTE.FindEvents
A FindEvents object.

.NET Framework Security

See Also

Reference

Events Interface

EnvDTE Namespace