C#
VB
C++
Allows components to be notified when a specific feature is published.
public void SubscribeForFeature(
string featureId,
EventHandler<DataEventArgs<string>> onFeatureExecutedCallBack
)
Sub SubscribeForFeature( _
ByVal featureId As String, _
ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _
)
void SubscribeForFeature(
String^ featureId,
EventHandler<DataEventArgs<String^>^>^ onFeatureExecutedCallBack
)
featureId
A System.String which represents the Feature ID the user wants to be notifed when published.
onFeatureExecutedCallBack
A callback function which will be called when the featureId is published.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET