Version

VideoPlayerClientEvents Class Members

The following tables list the members exposed by VideoPlayerClientEvents.

Public Constructors
 NameDescription
Public ConstructorVideoPlayerClientEvents ConstructorCreate WebObjectBase with required value of isTrackingViewState  
Public Properties
 NameDescription
Public PropertyBannerClickGets sets name of javascript function which is called when the banner is clicked.  
Public PropertyBannerHiddenGets sets name of javascript function which is called when the banner has been hidden.  
Public PropertyBannerVisibleGets sets name of javascript function which is called when the banner has been displayed.  
Public PropertyBookmarkClickGets sets name of javascript function which is called when a bookmark is clicked.  
Public PropertyBookmarkHitGets sets name of javascript function which is called when video playback position passed a bookmark during progress.  
Public PropertyBrowserNotSupportedGets sets name of javascript function which is called when the player browser not supported event. Fired when the control is displayed on a non HTML5 compliant browser.  
Public PropertyBufferingGets sets name of javascript function which is called when video has buffered a chunk of data.  
Public PropertyEndedGets sets name of javascript function which is called when video has ended.  
Public PropertyEnterFullScreenGets sets name of javascript function which is called when control is going into full screen mode.  
Public PropertyExitFullScreenGets sets name of javascript function which is called when control is exiting full screen mode.  
Public PropertyIsEmptyChecks if all properties have default values. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Public PropertyPausedGets sets name of javascript function which is called when video has paused.  
Public PropertyPlayingGets sets name of javascript function which is called when video is playing.  
Public PropertyProgressGets sets name of javascript function which is called when video has advanced the playback position.  
Public PropertyRelatedVideoClickGets sets name of javascript function which is called when a related video is clicked.  
Public PropertyWaitingGets sets name of javascript function which is called when video tag is waiting for data from the server.  
Protected Properties
 NameDescription
Protected PropertyHasViewStateReturns true if ViewState has been initialized (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected PropertyViewStateReturns a StateBag for the ViewState (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Public Methods
 NameDescription
Public MethodToStringString formatted for visual designer. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected Methods
 NameDescription
Protected MethodAddNamesAdd additional properties the base ClientEvents. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodGetClientEventNameListGet list of property names which should be used on client. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodGetPropertyGet value of a property. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodLoadViewStateLoad data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodOnPropertyChangeOverloaded. Virtual method that is called whenever a server state property within the object has been changed. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSaveViewStateSave data modified at run time. (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodSetPropertySet value of a property with validation for illegal characters. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodSetValueOverloaded. Sets an object value so that it is maintained in viewstate (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
Protected MethodToOptionReturns a string of concatenated events to be put into the widget options. (Inherited from Infragistics.Web.UI.Framework.ClientControlClientEventsBase)
Protected MethodTrackViewStateEnables view state tracking for sub-objects (Inherited from Infragistics.Web.UI.Framework.ClientObjectBase)
See Also