FeatureManager.OnFeatureAvailable Method
Raises the FeatureAvailable event.
Namespace: Microsoft.Windows.Design.Features
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Protected Overridable Sub OnFeatureAvailable ( _
e As FeatureAvailableEventArgs _
)
protected virtual void OnFeatureAvailable(
FeatureAvailableEventArgs e
)
protected:
virtual void OnFeatureAvailable(
FeatureAvailableEventArgs^ e
)
abstract OnFeatureAvailable :
e:FeatureAvailableEventArgs -> unit
override OnFeatureAvailable :
e:FeatureAvailableEventArgs -> unit
protected function OnFeatureAvailable(
e : FeatureAvailableEventArgs
)
Parameters
- e
Type: Microsoft.Windows.Design.Features.FeatureAvailableEventArgs
The EventArgs to pass to the event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Features Namespace
FeatureConnector<TFeatureProviderType>