Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- GlobalItem.cs
- NativeMethods.cs
- unsafenativemethodsother.cs
- PenThread.cs
- WeakReference.cs
- SqlGenericUtil.cs
- GenericWebPart.cs
- WorkflowMarkupSerializationException.cs
- SHA1CryptoServiceProvider.cs
- ExpressionBuilderCollection.cs
- Helper.cs
- FontStretch.cs
- Expr.cs
- FilterException.cs
- CacheForPrimitiveTypes.cs
- TemplatedMailWebEventProvider.cs
- SelectionPatternIdentifiers.cs
- SerializerWriterEventHandlers.cs
- TrustSection.cs
- SmiEventSink_Default.cs
- BamlVersionHeader.cs
- XmlDocumentFragment.cs
- RichTextBoxConstants.cs
- TcpServerChannel.cs
- AuthenticateEventArgs.cs
- ReflectionServiceProvider.cs
- ContentFilePart.cs
- TextTreeRootTextBlock.cs
- Vars.cs
- DataServiceQuery.cs
- SoapSchemaExporter.cs
- IndicShape.cs
- BitmapImage.cs
- FormatConvertedBitmap.cs
- OracleConnectionString.cs
- PagedDataSource.cs
- SimpleMailWebEventProvider.cs
- ProtocolsConfigurationHandler.cs
- ButtonStandardAdapter.cs
- XmlAnyElementAttributes.cs
- xml.cs
- SqlDataReaderSmi.cs
- UrlPropertyAttribute.cs
- Container.cs
- XmlElementAttributes.cs
- CompilerScopeManager.cs
- ValidationService.cs
- SqlDataSourceCache.cs
- relpropertyhelper.cs
- CompilerGlobalScopeAttribute.cs
- InstanceKeyCompleteException.cs
- ViewCellSlot.cs
- Vector3DAnimationBase.cs
- TextEditorCopyPaste.cs
- FieldNameLookup.cs
- SystemTcpStatistics.cs
- SqlNotificationEventArgs.cs
- XmlSchemaType.cs
- XmlSubtreeReader.cs
- Rect3DValueSerializer.cs
- StatusCommandUI.cs
- Profiler.cs
- AccessDataSourceWizardForm.cs
- FieldAccessException.cs
- DataGridViewAdvancedBorderStyle.cs
- ClassHandlersStore.cs
- PageAsyncTask.cs
- ContextMenuStrip.cs
- GridItemCollection.cs
- Vector3DAnimationUsingKeyFrames.cs
- PanelContainerDesigner.cs
- DiscoveryClientDocuments.cs
- CodeDOMProvider.cs
- HwndHost.cs
- OleDbPermission.cs
- FastEncoder.cs
- BindingMemberInfo.cs
- HttpProxyCredentialType.cs
- _NestedMultipleAsyncResult.cs
- SchemaDeclBase.cs
- MediaEntryAttribute.cs
- XmlNamespaceMappingCollection.cs
- OrderedDictionary.cs
- ToolStripContainerDesigner.cs
- ToolboxItemSnapLineBehavior.cs
- SubqueryTrackingVisitor.cs
- SocketInformation.cs
- NullExtension.cs
- DigitalSignature.cs
- TableStyle.cs
- WorkflowControlClient.cs
- XmlSchemaComplexContentExtension.cs
- ContractValidationHelper.cs
- EventListener.cs
- OraclePermission.cs
- TextFindEngine.cs
- StylusPointPropertyId.cs
- WarningException.cs
- SafeCertificateStore.cs
- ConfigXmlComment.cs