Namespace: DeltaEngine.Content.OnlineAssembly: DeltaEngine.Content.Online (in DeltaEngine.Content.Online.dll) Version: 1.1.1.0 (1.1.1)
public event Action<ContentType, string> ContentUpdated
public event Action<ContentType, string> ContentUpdated
Public Event ContentUpdated As Action(Of ContentType, String)
Public Event ContentUpdated As Action(Of ContentType, String)
public:
event Action<ContentType, String^>^ ContentUpdated {
void add (Action<ContentType, String^>^ value);
void remove (Action<ContentType, String^>^ value);
}
public:
event Action<ContentType, String^>^ ContentUpdated {
void add (Action<ContentType, String^>^ value);
void remove (Action<ContentType, String^>^ value);
}
member ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
member ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
Value
Type:
System Action ContentType,
String