C#
VB
C++
Allows components to be notified when a specific feature is published.
public void SubscribeForFeature(string featureId,EventHandler<DataEventArgs<string>> onFeatureExecutedCallBack)
Public Sub SubscribeForFeature( _ByVal featureId As String, _ByVal onFeatureExecutedCallBack As EventHandler(Of DataEventArgs(Of String)) _)
public: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
