IEventHandlerEnvironmentInputParams Property |
Input parameters for the event. Set with extension method events only.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
SyntaxList<string> InputParams { get; }
ReadOnly Property InputParams As List(Of String)
Get
property List<String^>^ InputParams {
List<String^>^ get ();
}
Property Value
Type:
ListString
See Also