Class SharedObjectPublishedEventArgs
Information passed in the SharedObjectPublished event.
Inheritance
Object
EventArgs
SharedObjectPublishedEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
|---|---|---|
| String | id | |
| Object | sharedObject |
Properties
Id
Id used to publish the object
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
SharedObject
Instance of the published object
Declaration
public object SharedObject { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |