EventTopic.RemovePublication Method

Removes a publication from the topic.

Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Overridable Sub RemovePublication ( _
    publisher As Object, _
    eventName As String _
)
'Usage
Dim instance As EventTopic
Dim publisher As Object
Dim eventName As String

instance.RemovePublication(publisher, eventName)
public virtual void RemovePublication (
    Object publisher,
    string eventName
)
public:
virtual void RemovePublication (
    Object^ publisher, 
    String^ eventName
)
public void RemovePublication (
    Object publisher, 
    String eventName
)
public function RemovePublication (
    publisher : Object, 
    eventName : String
)

Parameters

  • publisher
    The object that contains the publication.
  • eventName
    The name of event on the publisher that fires the topic.

See Also

Reference

EventTopic Class
EventTopic Members
Microsoft.Practices.CompositeUI.EventBroker Namespace