SelectionScript Property (ResponseEvent)
In This Topic
The script to use to perfom additional filtering if other criteria for the event are satisfied
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property SelectionScript As Script
[CanBeNull()]
public Script SelectionScript {get; set;}
[CanBeNull()]
public:
property Script^ SelectionScript {
Script^ get();
void set ( Script^ value);
}
See Also