Namespace: DeltaEngine.Editor.MocksAssembly: DeltaEngine.Editor.Mocks (in DeltaEngine.Editor.Mocks.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:
virtual event Action<ContentType, String^>^ ContentUpdated {
void add (Action<ContentType, String^>^ value);
void remove (Action<ContentType, String^>^ value);
}
public:
virtual event Action<ContentType, String^>^ ContentUpdated {
void add (Action<ContentType, String^>^ value);
void remove (Action<ContentType, String^>^ value);
}
abstract ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
override ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
abstract ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
override ContentUpdated : IEvent<Action<ContentType, string>,
EventArgs>
Value
Type:
System Action ContentType,
String Implements
Service ContentUpdated