OnGenericEvent Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Called when this UIElement generates a generic event.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Protected Overridable Sub OnGenericEvent ( _
    e As GenericEventArgs _
)
protected virtual void OnGenericEvent(
    GenericEventArgs e
)
protected:
virtual void OnGenericEvent(
    GenericEventArgs^ e
)
abstract OnGenericEvent : 
        e:GenericEventArgs -> unit 
override OnGenericEvent : 
        e:GenericEventArgs -> unit 
protected function OnGenericEvent(
    e : GenericEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace