1 implementation of IValueReadEventArgs
Microsoft.TemplateEngine.Core (1)
ValueReadEventArgs.cs (1)
8
public class ValueReadEventArgs : EventArgs,
IValueReadEventArgs
2 references to IValueReadEventArgs
Microsoft.TemplateEngine.Core (1)
VariableCollection.cs (1)
206
private void OnValueRead(
IValueReadEventArgs
args)
Microsoft.TemplateEngine.Core.Contracts (1)
ValueReadEventHander.cs (1)
6
public delegate void ValueReadEventHander(object sender,
IValueReadEventArgs
args);