KaxUploadOnClientFileSelected Property |
Gets or sets the name of the client-side function which will be executed when a file input value changed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string OnClientFileSelected { get; set; }
Public Property OnClientFileSelected As String
Get
Set
public:
property String^ OnClientFileSelected {
String^ get ();
void set (String^ value);
}
member OnClientFileSelected : string with get, set
Property Value
Type:
StringThe default value is
string.Empty.
See Also