Namespace: DeltaEngine.Editor.CoreAssembly: DeltaEngine.Editor.Core (in DeltaEngine.Editor.Core.dll) Version: 1.1.1.0 (1.1.1)
event Action<ContentType, string> ContentUpdated
event Action<ContentType, string> ContentUpdated
Event ContentUpdated As Action(Of ContentType, String)
Event ContentUpdated As Action(Of ContentType, String)
event Action<ContentType, String^>^ ContentUpdated {
void add (Action<ContentType, String^>^ value);
void remove (Action<ContentType, String^>^ value);
}
event Action<ContentType, String^>^ ContentUpdated {
void add (Action<ContentType, String^>^ value);
void remove (Action<ContentType, String^>^ value);
}
abstract ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
abstract ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
Value
Type:
System Action ContentType,
String