Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Controls / MediaScriptCommandRoutedEventArgs.cs / 1 / 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. //------------------------------------------------------------------------------ // 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
- RootBrowserWindowAutomationPeer.cs
- WSSecurityTokenSerializer.cs
- ReadOnlyHierarchicalDataSourceView.cs
- AppDomainUnloadedException.cs
- ComboBoxRenderer.cs
- DataTable.cs
- ToolBarButtonClickEvent.cs
- SqlTopReducer.cs
- HtmlForm.cs
- ListControlConvertEventArgs.cs
- ToolBarButton.cs
- RequestChannel.cs
- LocatorPartList.cs
- MenuItemBindingCollection.cs
- RecognizerBase.cs
- PageContentCollection.cs
- ExpressionEditor.cs
- SHA256Cng.cs
- CodeAccessSecurityEngine.cs
- newitemfactory.cs
- UdpTransportBindingElement.cs
- EdmComplexPropertyAttribute.cs
- DiscoveryReference.cs
- XMLSchema.cs
- ReadOnlyCollectionBuilder.cs
- ConsoleKeyInfo.cs
- CollectionDataContractAttribute.cs
- MetadataLocation.cs
- TransactionManager.cs
- DrawingImage.cs
- BCLDebug.cs
- ComProxy.cs
- XmlObjectSerializerWriteContext.cs
- InternalBufferOverflowException.cs
- LinqDataSourceSelectEventArgs.cs
- LambdaCompiler.Expressions.cs
- SecurityCriticalDataForSet.cs
- ThreadStaticAttribute.cs
- HostSecurityManager.cs
- Rotation3DAnimationBase.cs
- ReaderOutput.cs
- Unit.cs
- BrowserInteropHelper.cs
- ImageButton.cs
- ProfileSection.cs
- JsonServiceDocumentSerializer.cs
- DecoderExceptionFallback.cs
- DataSourceXmlAttributeAttribute.cs
- HashUtility.cs
- FloaterBaseParaClient.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- AccessKeyManager.cs
- TransportListener.cs
- DBCommand.cs
- ToolStripCodeDomSerializer.cs
- EntityConnection.cs
- Vector3D.cs
- ResourceContainerWrapper.cs
- NativeMethods.cs
- RadioButton.cs
- ParagraphResult.cs
- configsystem.cs
- IgnoreFileBuildProvider.cs
- SettingsPropertyIsReadOnlyException.cs
- ComponentConverter.cs
- QuotedStringFormatReader.cs
- DeleteCardRequest.cs
- Bidi.cs
- XmlSchemaSimpleContent.cs
- ConnectionManagementSection.cs
- DetailsViewPagerRow.cs
- ServiceMoniker.cs
- DictionarySurrogate.cs
- EntityTypeBase.cs
- MatrixTransform3D.cs
- SmtpNegotiateAuthenticationModule.cs
- NativeMethods.cs
- Vector3DCollectionConverter.cs
- DataRowExtensions.cs
- XmlSchemaObjectTable.cs
- TrackingServices.cs
- ConversionContext.cs
- StreamUpgradeProvider.cs
- KeyConstraint.cs
- PageCodeDomTreeGenerator.cs
- DelimitedListTraceListener.cs
- ResourcesBuildProvider.cs
- Transaction.cs
- ScrollChrome.cs
- HtmlDocument.cs
- UIElementHelper.cs
- TrailingSpaceComparer.cs
- MethodExpr.cs
- IconBitmapDecoder.cs
- DesignerForm.cs
- EventLogger.cs
- IgnoreSectionHandler.cs
- DataGridViewSelectedCellCollection.cs
- bindurihelper.cs
- UpdateEventArgs.cs