Class SharedObjectPublishedEventArgs
Information passed in the SharedObjectPublished event.
Inheritance
System.Object
System.EventArgs
SharedObjectPublishedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public class SharedObjectPublishedEventArgs : EventArgs
Constructors
SharedObjectPublishedEventArgs(String, Object)
Creates with the id and the object instance.
Declaration
public SharedObjectPublishedEventArgs(string id, object sharedObject)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.Object | sharedObject |
Properties
Id
Id used to publish the object
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SharedObject
Instance of the published object
Declaration
public object SharedObject { get; set; }
Property Value
Type | Description |
---|---|
System.Object |