NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentModelPersister.NavigateToEvent (IComponent, EventDescriptor, Int32)

Creates a new event handler and navigates to it. The name will be autogenerated from the component and event name

[Visual Basic]
Overloads Overridable Public Function NavigateToEvent( _
   ByVal component As IComponent, _
   ByVal evevent As EventDescriptor, _
   ByVal modifiers As Integer _
) As String
[C#]
public virtual string NavigateToEvent(
   IComponent component,
   EventDescriptor evevent,
   int modifiers
);
[C++]
public: virtual String* NavigateToEvent(
   IComponent* component,
   EventDescriptor* evevent,
   int modifiers
);
[JScript]
public function NavigateToEvent(
   component : IComponent,
   evevent : EventDescriptor,
   modifiers : int
) : String;

Parameters

component
Component the event will be fired from
evevent
Event information to match
modifiers
to apply to handler

Return Value

name given to the event handler

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace | ComponentModelPersister.NavigateToEvent Overload List