Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- BasicExpressionVisitor.cs
- FilterQuery.cs
- _UriTypeConverter.cs
- Positioning.cs
- CodeTypeConstructor.cs
- ProcessHostServerConfig.cs
- BinHexEncoding.cs
- SettingsPropertyNotFoundException.cs
- EpmSyndicationContentDeSerializer.cs
- PointIndependentAnimationStorage.cs
- ManagementDateTime.cs
- MemberAccessException.cs
- HiddenField.cs
- DocumentViewerHelper.cs
- ProgressiveCrcCalculatingStream.cs
- ByValueEqualityComparer.cs
- StoreAnnotationsMap.cs
- UIElementPropertyUndoUnit.cs
- XmlValueConverter.cs
- RenderContext.cs
- Comparer.cs
- PipeConnection.cs
- SiteMapProvider.cs
- SafeRegistryHandle.cs
- WindowsToolbar.cs
- ControlBuilderAttribute.cs
- ReplacementText.cs
- XmlSerializationWriter.cs
- MimeMultiPart.cs
- DataGridViewLinkCell.cs
- AnnotationStore.cs
- altserialization.cs
- TreeNodeStyleCollection.cs
- BrowserCapabilitiesCodeGenerator.cs
- SafeHandles.cs
- ListControl.cs
- ProgressBar.cs
- DataColumnChangeEvent.cs
- CodeObjectCreateExpression.cs
- ImageButton.cs
- ToolStripItemClickedEventArgs.cs
- OdbcDataAdapter.cs
- DrawListViewColumnHeaderEventArgs.cs
- DrawListViewColumnHeaderEventArgs.cs
- SHA1Managed.cs
- ControlPaint.cs
- AssemblyBuilder.cs
- TreeViewEvent.cs
- SharedDp.cs
- QueryCacheManager.cs
- EventDescriptor.cs
- TextAction.cs
- SizeF.cs
- ModifyActivitiesPropertyDescriptor.cs
- WsatAdminException.cs
- XhtmlConformanceSection.cs
- DbSetClause.cs
- ProtocolsInstallComponent.cs
- CaseStatement.cs
- CompositeControl.cs
- InternalsVisibleToAttribute.cs
- StringFreezingAttribute.cs
- AlignmentYValidation.cs
- GroupBoxAutomationPeer.cs
- SqlUtils.cs
- HtmlHead.cs
- EntityConnectionStringBuilderItem.cs
- XmlMtomReader.cs
- DnsPermission.cs
- XmlNullResolver.cs
- DiscoveryClientProtocol.cs
- SiteMap.cs
- XmlSchemaComplexContent.cs
- AuthenticationModuleElementCollection.cs
- EllipseGeometry.cs
- DesignBindingConverter.cs
- DataRelationCollection.cs
- CompressedStack.cs
- NGCSerializerAsync.cs
- VisualStyleElement.cs
- IntermediatePolicyValidator.cs
- BinaryEditor.cs
- ToolStripRendererSwitcher.cs
- WmlCommandAdapter.cs
- BezierSegment.cs
- PersianCalendar.cs
- ObjRef.cs
- MetadataCacheItem.cs
- ALinqExpressionVisitor.cs
- AbandonedMutexException.cs
- CodeAccessSecurityEngine.cs
- TripleDES.cs
- ProfileEventArgs.cs
- EventLogInformation.cs
- FileNotFoundException.cs
- MetadataItemSerializer.cs
- xml.cs
- ExpressionEvaluator.cs
- GridViewPageEventArgs.cs
- Point3DValueSerializer.cs