Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / MediaScriptCommandRoutedEventArgs.cs / 1305600 / MediaScriptCommandRoutedEventArgs.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: MediaScriptCommandRoutedEventArgs.cs // //----------------------------------------------------------------------------- using System; namespace System.Windows { #region MediaScriptCommandRoutedEventArgs ////// /// public sealed class MediaScriptCommandRoutedEventArgs : RoutedEventArgs { internal MediaScriptCommandRoutedEventArgs( RoutedEvent routedEvent, object sender, string parameterType, string parameterValue ) : base(routedEvent, sender) { if (parameterType == null) { throw new ArgumentNullException("parameterType"); } if (parameterValue == null) { throw new ArgumentNullException("parameterValue"); } _parameterType = parameterType; _parameterValue = parameterValue; } ////// The type of the script command embedded in the media. /// public string ParameterType { get { return _parameterType; } } ////// The paramter of the script command embedded in the media. /// public string ParameterValue { get { return _parameterValue; } } private string _parameterType; private string _parameterValue; } #endregion } // namespace System.Windows // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeFileMappingHandle.cs
- ScrollProperties.cs
- XmlImplementation.cs
- HandlerMappingMemo.cs
- NegationPusher.cs
- CriticalExceptions.cs
- CodeExpressionStatement.cs
- SafeCryptoHandles.cs
- ToolStripSystemRenderer.cs
- IsolatedStorageSecurityState.cs
- SqlConnectionString.cs
- followingquery.cs
- DbCommandTree.cs
- EncodingNLS.cs
- Error.cs
- ListBoxAutomationPeer.cs
- FacetValueContainer.cs
- ApplicationTrust.cs
- _NegoStream.cs
- HMACRIPEMD160.cs
- ProfessionalColors.cs
- PropertyManager.cs
- Point3D.cs
- ToolStripDropDownButton.cs
- KeyInterop.cs
- RemoteWebConfigurationHost.cs
- ClientSettingsSection.cs
- DriveInfo.cs
- ObsoleteAttribute.cs
- VisualTarget.cs
- EntityViewGenerationAttribute.cs
- StrongTypingException.cs
- ChannelSinkStacks.cs
- AutomationPeer.cs
- MultipleViewPattern.cs
- CharacterMetricsDictionary.cs
- ObjectPropertyMapping.cs
- TimeSpanMinutesConverter.cs
- IsolationInterop.cs
- PersistenceTypeAttribute.cs
- Color.cs
- SymLanguageType.cs
- WebProxyScriptElement.cs
- ResourceDescriptionAttribute.cs
- XmlWriterSettings.cs
- StrokeCollection2.cs
- ConfigXmlAttribute.cs
- SecureStringHasher.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- ColumnCollection.cs
- CheckoutException.cs
- DataColumnChangeEvent.cs
- TextClipboardData.cs
- GeometryDrawing.cs
- EnvelopedPkcs7.cs
- TemplateKeyConverter.cs
- ContentType.cs
- SafeMemoryMappedFileHandle.cs
- ReachPageContentSerializer.cs
- UserValidatedEventArgs.cs
- TemplateXamlParser.cs
- WbemException.cs
- CodeCommentStatement.cs
- FontSource.cs
- SmtpDigestAuthenticationModule.cs
- InfoCardRSACryptoProvider.cs
- ASCIIEncoding.cs
- PartialArray.cs
- ProgressBarHighlightConverter.cs
- DrawingServices.cs
- XmlKeywords.cs
- DecoderFallback.cs
- BuilderInfo.cs
- ProxyDataContractResolver.cs
- EnlistmentState.cs
- DataGridTablesFactory.cs
- CompositeControl.cs
- VerificationAttribute.cs
- TemplatedControlDesigner.cs
- PointLight.cs
- EditorZoneAutoFormat.cs
- RawKeyboardInputReport.cs
- GridViewEditEventArgs.cs
- SizeIndependentAnimationStorage.cs
- webproxy.cs
- IteratorFilter.cs
- OleDbSchemaGuid.cs
- XmlSerializerFormatAttribute.cs
- TraceSection.cs
- WebPartConnectionsCancelEventArgs.cs
- LockCookie.cs
- OutputWindow.cs
- ForEach.cs
- XsltQilFactory.cs
- HierarchicalDataBoundControl.cs
- EntryPointNotFoundException.cs
- StringUtil.cs
- CacheDependency.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- ProfessionalColorTable.cs