This document is archived and information here might be outdated. Recommended version. |
The route event properties.
[Visual Basic .NET] Public Property EventProperties As IRouteEventProperties
[C#] public IRouteEventProperties EventProperties {get; set;}
[C++]
HRESULT get_EventProperties(
IRouteEventProperties* EventProperties
);
[C++]
HRESULT putref_EventProperties(
IRouteEventProperties** EventProperties
);
[C++] Parameters EventProperties [in]
EventProperties is a parameter of type IRouteEventProperties* EventProperties [out, retval]
EventProperties is a parameter of type IRouteEventProperties**