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
- NegotiateStream.cs
- VScrollProperties.cs
- CapabilitiesUse.cs
- WindowProviderWrapper.cs
- DetailsViewActionList.cs
- RegionIterator.cs
- FormViewUpdateEventArgs.cs
- ArrayWithOffset.cs
- DataGrid.cs
- IdentityModelDictionary.cs
- OleAutBinder.cs
- TileBrush.cs
- UnaryNode.cs
- XPathBinder.cs
- DrawingBrush.cs
- Section.cs
- FilterElement.cs
- GeneralTransform3D.cs
- IODescriptionAttribute.cs
- DeviceContext2.cs
- QueryOutputWriterV1.cs
- XDeferredAxisSource.cs
- XmlTextReader.cs
- MessageQueuePermissionEntry.cs
- HybridObjectCache.cs
- SchemaTypeEmitter.cs
- OleDbConnection.cs
- MeasurementDCInfo.cs
- URLIdentityPermission.cs
- DbProviderFactoriesConfigurationHandler.cs
- WindowsImpersonationContext.cs
- Base64WriteStateInfo.cs
- PathGeometry.cs
- NodeInfo.cs
- InstanceCollisionException.cs
- ListMarkerSourceInfo.cs
- QueryAsyncResult.cs
- StringExpressionSet.cs
- COM2ColorConverter.cs
- WebPartConnectionsEventArgs.cs
- DataStreamFromComStream.cs
- ImageUrlEditor.cs
- ProfileEventArgs.cs
- RetrieveVirtualItemEventArgs.cs
- EditableTreeList.cs
- CodeAccessSecurityEngine.cs
- ScrollEventArgs.cs
- ClientType.cs
- SQLDouble.cs
- SizeIndependentAnimationStorage.cs
- WriteableBitmap.cs
- Win32SafeHandles.cs
- XPathScanner.cs
- ActivityDesigner.cs
- PhotoPrintingIntent.cs
- Soap.cs
- TemplateParser.cs
- MonthChangedEventArgs.cs
- Error.cs
- TdsValueSetter.cs
- TextParagraphCache.cs
- ListenerAdapter.cs
- SendMailErrorEventArgs.cs
- SingletonInstanceContextProvider.cs
- TableStyle.cs
- PrintController.cs
- CatalogPartCollection.cs
- UrlMappingCollection.cs
- OracleConnectionFactory.cs
- SessionIDManager.cs
- TypedReference.cs
- DeploymentExceptionMapper.cs
- DecoderExceptionFallback.cs
- GZipDecoder.cs
- StickyNoteAnnotations.cs
- EndpointFilterProvider.cs
- GlobalAclOperationRequirement.cs
- PageCache.cs
- SelfIssuedAuthAsymmetricKey.cs
- PerfCounters.cs
- RequestQueue.cs
- RuntimeIdentifierPropertyAttribute.cs
- OdbcPermission.cs
- WebPartConnectionCollection.cs
- PrtTicket_Public.cs
- util.cs
- DefaultAsyncDataDispatcher.cs
- DateRangeEvent.cs
- ToolStripContentPanel.cs
- SchemaNames.cs
- MethodBuilderInstantiation.cs
- CodeArgumentReferenceExpression.cs
- TypeSemantics.cs
- TabPanel.cs
- DataControlField.cs
- CodeDelegateCreateExpression.cs
- MimeMultiPart.cs
- InputLanguage.cs
- HtmlContainerControl.cs
- PropertyChangedEventManager.cs